From 83ea6fc2b14bc419a9b4c68bc3011d7739c42244 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 16 Jun 1993 22:37:24 +0000 Subject: [PATCH] (Finsert_buffer_substring): Doc fix. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editfns.c b/src/editfns.c index a68696ce9ec..93b7c405cd1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -849,7 +849,7 @@ DEFUN ("buffer-string", Fbuffer_string, Sbuffer_string, 0, 0, 0, DEFUN ("insert-buffer-substring", Finsert_buffer_substring, Sinsert_buffer_substring, 1, 3, 0, - "Insert before point a substring of the contents buffer BUFFER.\n\ + "Insert before point a substring of the contents of buffer BUFFER.\n\ BUFFER may be a buffer or a buffer name.\n\ Arguments START and END are character numbers specifying the substring.\n\ They default to the beginning and the end of BUFFER.") -- 2.30.2